It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2024-10-24 0 1 // 1 2024-10-25 0 3 // 2 2024-10-26 0 8 // 3 2024-10-27 0 5 // 4 2024-10-28 0 6 // 5 2024-10-29 0 1 // 6 2024-10-30 0 0 // 7 2024-10-31 0 0 // 8 2024-11-01 0 0 // 9 2024-11-02 0 0 // 10 2024-11-03 0 7 // 11 2024-11-04 0 4 // 12 2024-11-05 0 3 // 13 2024-11-06 0 4 // 14 2024-11-07 0 2 // 15 2024-11-08 0 1 // 16 2024-11-09 0 11 // 17 2024-11-10 0 1 // 18 2024-11-11 0 6 // 19 2024-11-12 0 4 // 20 2024-11-13 0 0